.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ab {
  display: block;
  width: 100%;
  height: 100%;
}
.header_main {
  height: 120px;
  background: url(../images/head_bg.png) repeat-x;
  z-index: 100;
  position: relative;
  min-width: 1280px;
  width: 100%;
}
.header_main .right {
  padding-top: 34px;
}
/*.header_main .right i {
  width: 60px;
  height: 60px;
  background-position: 0 -359px;
  float: left;
  margin-right: 9px; margin-top:10px; margin-bottom:10px;
}*/
.header_main .right .w{ float: left; }
.header_main .right i {
  width: 42px;
  height: 42px;
  background-position: -183px -304px;
  float: left;
  margin-right: 9px; margin-top:6px; margin-bottom:10px;
}
    .header_main .right p{font-size:16px;padding-bottom:5px; color: #666;}
    .header_main .right h3 {
        font-size: 16px;
        line-height: 25px;
    }
.header_main .right h3 span {
  color: #333;
  font-size: 26px;
  font-family: arial;
  font-weight: normal; padding-right: 20px;
}
.header_main .right h3 span:nth-child(2){ padding-right: 0; }
.header_main .right h3 b {
  font-weight: 400;
  vertical-align: top;
}
.header_main .right h3 .b {
  padding-left: 17px;
}
    .header_main .right h3:nth-child(4) b{padding-left:5px;}
    .header_main .w1400 {
        position: relative;
    }
.header_main .webLogo p {
  float: left;
  font-size: 18px;
  border-left: 1px solid #ccc;
  line-height: 26px;
  padding-left: 22px;
  margin-left: 29px;
  height: 55px;color:#333;
  margin-top: 38px;
}
.header_main .webLogo img {
  display: block;
  padding-top: 30px;
  float: left;
}
.header_main .search-box {
  position: absolute;
  top: 29px;
  z-index: 101;
  right: 135px;
}
.header_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.header_main .search-box .butn i {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}
.header_main .search-box .butn.hov i {
  background-position: -41px 0;
}
.header_main .share-sub {
  position: absolute;
  right: 55px;
  top: 1px;
  width: 0;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  border: none;
  z-index: 10;
}
.header_main .share-sub.on {
  border: 1px solid #ddd;
  height: 38px;
}
.header_main .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 7px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}
.header_main .share-sub .tex {
  width: 135px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 11px 14px;
  color: #333;
  border: none;
  background: #fff;
  outline: none;
}
.nav_main {
  position: relative;
  z-index: 99;
  text-align: center;
  height: 60px;
  background: linear-gradient(to right, #1a9950, #02a323);
}
.nav_main ul {
  display: flex;
  justify-content: space-around;
  zoom: 1;
  position: relative;
}
.nav_main .list li {
  float: left;
  line-height: 60px;
  height: 60px;
  text-align: center;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  z-index: 10;
  margin: 0 1px;position:relative;
}
.nav_main .list li .nav1 {
  
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}
.nav_main .list li .nav1 i {
  width: 11px;
  height: 6px;
  background-position: 0 0;
  margin-left: 8px;
  margin-bottom: 2px;
}
    .nav_main .list li .nav1:before {
        width: 0;
        height: 2px;
        content: "\20";
        display: block;
        position: absolute;
        left: 50%;
        bottom:10px;
        background:#ffb401;
        transition: all ease 300ms;
        -webkit-transition: all ease 300ms;
    }
.nav_main .list li.hover .nav1:before,
.nav_main .list li:hover .nav1:before {
  width: 36px;
  left: 50%;margin-left:-18px;
}
.nav_main .list li.li6 .subNav .item {
  width: 160px;
  margin: 0 10px;
  min-height: 200px;
}
.nav_main li .sub-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  background: #fff;
  display: none;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.nav_main li .sub-box p {
  width: 50%;
  float: left;
  padding-top: 30px;
  padding-left: 2%;
  padding-bottom: 20px;
}
.nav_main li .sub-box .img {
  width: 45%;
  display: block;
  padding: 3%;
  padding-left: 0;
  object-fit: cover;
  overflow: auto;
}
.nav_main li .sub-box .img img {
  width: 100%;
}
.nav_main li .sub-box p a {
  border-bottom: 1px solid #ddd;
  color: #333 !important;
  line-height: 60px !important;
  height: 60px !important;
  padding: 0;
  font-weight: 100;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  font-size: 14px;
  display: block;
  background: none;
  transition: ease-in-out 0.2s;
  text-shadow: none;
  float: left;
  width: 42%;
  margin: 0 3%;
  text-align: left;
  margin-bottom: 0;
}
.nav_main li .sub-box p a:hover {
  text-indent: 6px;
  color: #1a9950 !important;font-weight:bold;
}
.nav_main li dl {
  width:200px;
  position: absolute;
  left:50%;margin-left:-100px;
  top:60px;
  text-align: center;
  z-index: 99;
  background:#fff;
  overflow: hidden;
  display: none;padding:5px 0;
}
.nav_main li dl dd {
  line-height: 45px; padding:0 10px;
}
.nav_main li dl dd a {
  width: 100%;
  font-size: 14px;
  height: 100%;border-bottom:1px solid #ddd;
  display: block;
  color: #333;
}
.nav_main li dl dd a:hover {
  background: #1a9950;color:#fff;
}
.nav_main .subNav2 .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.nav_main .subNav2 .item a,
.nav_main .subNav2 .item h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
}
.nav_main .list li:hover .subNav,
.nav_main .list li:hover .subNav2 {
  opacity: 1;
  filter: alpha(opacity=100);
  background-size: auto 340px;
  height: 340px;
}
.por {
  position: relative;
}
/*banner*/
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.banner_main .banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 40.1%;
  z-index: 20;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.banner_main .banner .tip {
  position: absolute;
  left: 50%;
  width: 1400px;
  margin-left: -700px;
  text-align: center;
  bottom:50px;
  z-index: 10;
}
.banner_main .banner .tip span {
  margin: 0 8px;
  width: 35px;
  height: 34px;
  background: url(../images/banner_ico2.png) no-repeat;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.banner_main .banner .tip span.cur {
  opacity: 1;
  background: url(../images/banner_ico.png) no-repeat;
}
.banner_main .banner .prev,
.banner_main .banner .next {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5%;
  background-position: 0 -46px;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 1;
  filter: alpha(opacity=70);
  animation: toleft 3s infinite linear;
}
.banner_main .banner .next {
  animation: toright2 3s infinite linear;
  left: auto;
  right: 5%;
  background-position: -0px -96px;
}
.banner .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(5px);
}
.banner .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(-5px);
}
.banner_main .banner .list {
  width: 100%;
}
.banner_main .banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner_main .banner li img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);/*放大1.1倍*/
  }
  100% {
    transform: scale(1);
  }
}
.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}
.bottom_main {
    background: #333;
  padding-top:58px; padding-bottom:45px;
    border-bottom: 1px solid #3f3e3e;
}
    .bottom_main .box1{padding-bottom:41px;}
    .bottom_main .box1 .left{width:39%;}
        .bottom_main .box1 .right{color:#fff;font-size:16px;width:61%;}
            .bottom_main .box1 .right p{padding-bottom:10px;}
            .bottom_main .box1 .right .fl {
                width: 262px;
            }
                .bottom_main .box1 .right .fl h3{font-size:20px;font-family:Arial;line-height:30px;}
            .bottom_main .box1 .right .fr{width:375px;}
            .bottom_main .box1 .right .fr h4 {line-height:30px;
                font-size: 16px;
            }
                .bottom_main .box1 .right i {
                    width: 80px;
                    height: 80px;
                    background-position: -215px -390px;
                    margin-right: 19px;
                    float: left;
                }
            .bottom_main .box1 .right .fr i{background-position:-300px -390px;}
            .bottom_main .box2 {
                border-top: 1px solid #505050;
                padding-top: 40px;
            }
        .bottom_main .box2 .left{float:right;}
        .bottom_main .box2 .left li{margin-left:34px;float:left;text-align:center;}
        .bottom_main .box2 .left img{width:142px;height:142px;}
            .bottom_main .box2 .left p {
                color: #b6b5b5;padding-top:18px;
            font-size:16px;}
            .bottom_main .box2 .right {
                float: left;width:60%;
            }
.bottom_main .box2 .right dl {
  float: left;
  padding-right:15%;
}
    .bottom_main .box2 .right dl dt {
        padding-bottom: 30px;
    }
        .bottom_main .box2 .right dl dt a {
            color: #fff;
            font-size: 18px;
        }
            .bottom_main .box2 .right dl dt a:hover {
                text-decoration: underline;
            }
    .bottom_main .box2 .right dl dd {
        line-height: 36px;
    }
        .bottom_main .box2 .right dl dd a {
            color: #b6b5b5;
        }
            .bottom_main .box2 .right dl dd a:hover {
                color: #fff;
            }
    .bottom_main .box2 .right dl:last-child {
        padding-right: 0;
    }
.bottom_copy {
  line-height: 70px;
  background: #333;
 
  color: #999;
}
.bottom_copy a {
  color: #999;
}
.bottom_copy a:hover {
  color: #fff;
}
.index_tit {
  padding-top: 90px;
  margin-bottom: 40px;
}
.index_tit .left h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 52px;
}
.index_tit .left p {
  color: #fff;
  font-size: 16px;
}
.index_tit .left span {
  color: #333;
  font-size: 48px;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.index_tit .more a {
  display: block;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 188px;
  height: 49px;
  line-height: 49px;
  border-radius: 25px;
  text-align: left;
  font-size: 17px;
  position: relative;
  text-indent: 40px;
  transition: ease-in-out .2s;
  margin-top: 53px;
}
.index_tit .more a i {
  width: 39px;
  height: 39px;
  background-position: 0px -154px;
  top: 4px;
  right: 7px;
  position: absolute;
  animation: toright 2s infinite linear;
}
@keyframes toright {
  0% {
    right: 7px;
    transform: scale(0.9);
  }
  50% {
    right: 17px;
    transform: scale(1);
  }
  100% {
    right: 7px;
    transform: scale(0.9);
  }
}
.index_tit .more a:hover {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
@keyframes toright2 {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(10px) scale(1.1);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@keyframes toleft {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(-10px) scale(1.1);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
.floor_2_main {
  background: url(../images/f2_bg.jpg) center bottom no-repeat;
  height: 888px;
}
.floor_2_main .index_tit {
  padding-bottom: 42px;
}
.floor_2_main .index_tit .left span {
  font-weight: 400;
}
.floor_2_main .index_tit .hd {
  position: absolute;
  right: 0;
  top: 153px;
}
.floor_2_main .index_tit .hd li {
  float: left;
  font-size: 18px;
  margin-left: 10px;
  width: 221px;
  text-align: center;
  cursor: pointer;
  height: 43px;
  line-height: 43px;
  border: 1px solid #999;
  background: none;
}
.floor_2_main .index_tit .hd li a {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}
.floor_2_main .index_tit .hd li.on {
  background: linear-gradient(to right bottom, #1a9950, #02a324);
  color: #fff;
}
.floor_2_main .index_tit .hd li.on a {
  color: #fff;
}
.floor_2_main .index_tit .to {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #ffb401;
  font-size: 30px;
  margin-left: 10px;
}
.floor_2_main .index_tit .to a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.floor_2_main .index_tit .to:hover {
  background: #00692b;
}
.floor_2_main .con {
  position: relative;
  padding-left: 210px;
}
.floor_2_main .swiper-container {
  position: inherit;
}
.floor_2_main .swiper-container-horizontal > .swiper-pagination-progressbar,
.floor_2_main .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  bottom: 135px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.floor_2_main .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 3px;
  background: #fff;
  top: -1px;
}
.floor_2_main .swiper-button-next,
.floor_2_main .swiper-button-prev {
  background: none;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 10;
  opacity: 1;
  transition: ease-in-out .2s;
  left: 0px;
  border: 2px solid #777;
  top: 120px;
}
.floor_2_main .swiper-button-next i,
.floor_2_main .swiper-button-prev i {
  width: 10px;
  height: 17px;
  background-position: 0 -296px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -9px;
}
.floor_2_main .swiper-button-next {
  left: 80px;
}
.floor_2_main .swiper-button-next i {
  background-position: -11px -296px;
}
.floor_2_main .swiper-button-next:hover,
.floor_2_main .swiper-button-prev:hover {
  transform: translateY(-5px);
  border-color: #1a9950;
}
.floor_2_main .swiper-button-prev:hover i {
  background-position: -40px -323px;
}
.floor_2_main .swiper-button-next:hover i {
  background-position: -51px -323px;
}
.floor_2_main .swiper-button-disabled {
  opacity:1;
}
.floor_2_main .swiper-slide {
  display: block;
  position: relative;
  overflow: hidden;
}
.floor_2_main .swiper-slide .img {
  position: relative;
  padding-top: 75%;
  display: block;
}
    .floor_2_main .swiper-slide .txt {
        height: 229px;
        display: block;
        background: #f7f7f7;
        padding: 0 40px;
    }
.floor_2_main .swiper-slide .txt h3 {
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 36px;
  padding-bottom: 19px;
}
.floor_2_main .swiper-slide .txt .span {
  position: relative;
  height: 16px;
  line-height: 16px;
}
.floor_2_main .swiper-slide .txt .span span {
  font-size: 16px;
  color: #666;
}
.floor_2_main .swiper-slide .txt .span .line {
  width: 130px;
  height: 1px;
  background: #c0c0c0;
  display: block;
  position: absolute;
  left: 80px;
  top: 8px;
}
.floor_2_main .swiper-slide .txt .span .yuan {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #1a9950;
  color: #1a9950;
  line-height: 12px;
  text-align: center;
  border-radius: 100%;
  vertical-align: top;
  position: absolute;
  left: 220px;
  top: 0;
}
.floor_2_main .swiper-slide .txt p {
  padding-top: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.floor_2_main .swiper-slide img {
  width: 100%;
  vertical-align: top;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.floor_2_main .swiper-slide:hover .txt {
  background: url(../images/f2_bg_on.jpg) left bottom no-repeat;
  color: #fff;
}
.floor_2_main .swiper-slide:hover .txt .span span {
  color: #fff;
}
.floor_2_main .swiper-slide:hover .txt .span .line {
  background: #fff;
}
.floor_2_main .swiper-slide:hover .txt .span .yuan {
  border-color: #ffb401;
  color: #ffb401;
}
.floor_2_main .swiper-slide:hover .txt p {
  color: #fff;
}
.floor_1_main {
  background: url(../images/f1_bg.jpg) center top no-repeat;
  background-size: cover;
}
.floor_1_main .tit {
  padding-top: 93px;
  padding-bottom: 79px;
}
.floor_1_main .tit .left h3 {
  font-family: arial;
  font-size: 50px;
  font-weight: bold;
}
.floor_1_main .tit .left p {
  font-size: 40px;
  font-weight: bold;
}
.floor_1_main .tit .right {
  margin-top: 64px;
}
.floor_1_main .tit .right a {
  display: block;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 188px;
  height: 49px;
  line-height: 49px;
  border-radius: 25px;
  text-align: center;
  font-size: 17px;
  position: relative;
  transition: ease-in-out .2s;
}
.floor_1_main .tit .right a span {
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 20px;
  font-size: 20px;
  border-radius: 100%;
  margin-left: 8px;
  vertical-align: middle;
  margin-bottom: 2px;
  font-weight: bold;
}
.floor_1_main .tit .right a:hover {
  border: 1px solid #e60614;
  background: #e60614;
}
.floor_1_main .tit .right a:hover span {
  border: 1px solid #e60614;
}
.floor_1_main .hd {
  padding-bottom: 105px;
  margin-top: 56px;
}
.floor_1_main .hd li {
  border-bottom: 2px solid rgba(102, 102, 102, 0.2);
  font-size: 20px;
  float: left;
  margin-left: 2%;
  width: 18.4%;
  position: relative;
}
.floor_1_main .hd li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 29px;
}
.floor_1_main .hd li b {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px;
  background: #ffb401;
  width: 0;
  transition: ease-in-out .3s;
}
.floor_1_main .hd li span {
  font-size: 24px;
  float: right;
  color: rgba(6, 129, 0, 0.5);
  opacity: 0;
  transition: ease-in-out .2s;
  font-weight: 400;
}
.floor_1_main .hd li:first-child {
  margin-left: 0;
}
.floor_1_main .hd li a {
  color: #333;
}
.floor_1_main .hd li.on {
  font-weight: bold;
}
.floor_1_main .hd li.on b {
  width: 100%;
}
.floor_1_main .hd li.on span {
  opacity: 1;
}
.floor_1_main .con {
  position: relative;
}
.floor_1_main .swiper-container {
  position: inherit;
}
.floor_1_main .swiper-container-horizontal > .swiper-pagination-progressbar,
.floor_1_main .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  bottom: 135px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.floor_1_main .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 3px;
  background: #fff;
  top: -1px;
}
.floor_1_main .swiper-button-next,
.floor_1_main .swiper-button-prev {
  background: #999;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 10;
  opacity: 1;
  transition: ease-in-out .2s;
  left: -80px;
}
.floor_1_main .swiper-button-next i,
.floor_1_main .swiper-button-prev i {
  width: 14px;
  height: 24px;
  background-position: 0 -297px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -12px;
}
.floor_1_main .swiper-button-next {
  left: auto;
  right: -80px;
}
.floor_1_main .swiper-button-next i {
  background-position: -15px -297px;
}
.floor_1_main .swiper-button-next:hover,
.floor_1_main .swiper-button-prev:hover {
  transform: translateY(-5px);
}
.floor_1_main .swiper-button-disabled {
  opacity: .5;
}
.floor_1_main .swiper-slide {
  display: block;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  padding: 9px;
  box-sizing: border-box;
}
.floor_1_main .swiper-slide .img {
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.floor_1_main .swiper-slide .p {
  display: block;
  background: #fff;
  margin-top: 11px;
  width: 100%;
  font-size: 20px;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  position: relative;
  padding-left: 37px;
}
.floor_1_main .swiper-slide .p b {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #333;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -4px;
}
.floor_1_main .swiper-slide .p .right {
  display: block;
  width: 38px;
  height: 38px;
  background: #ffb401;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
}
.floor_1_main .swiper-slide img {
  width: 100%;
  vertical-align: top;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out .2s;
  position: absolute;
  left: 0;
  top: 0;
}
.floor_1_main .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.floor_1_main .swiper-slide:hover .p {
  color: #00692b;
}
.floor_3_main {
  background: url(../images/f3.jpg) right bottom no-repeat;
  background-size: cover;
  position: relative;
  height: 759px;
  overflow: hidden;
}
.floor_3_main .left_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.floor_3_main .left_img img {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
  height: 100%;
}
.floor_3_main .left_img::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba 255, 255, 255, 0 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}
.floor_3_main .left_img:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 150%;
  opacity: 1;
}
.floor_3_main .right {
  width: 43%;
}
.floor_3_main .right li {
  float: left;
  padding-right: 60px;
  transition: ease-in-out .2s;
}
.floor_3_main .right li .t {
  font-size: 50px;
  color: #00692b;
}
.floor_3_main .right li .t span {
  font-size: 30px;
  color: #333;
  vertical-align: top;
  margin-left: 10px;
  font-family: Arial;
}
.floor_3_main .right li .t b {
  font-weight: 400;
  font-family: arial;
  font-size: 60px;
  vertical-align: top;
}
.floor_3_main .right li .p {
  font-size: 16px;
}
.floor_3_main .right li:hover {
  transform: translateY(-8px);
}
.floor_3_main .right li:last-child {
  padding-right: 0;
}
.floor_3_main .right h1 {
  display: none;
}
.floor_3_main .right h3 {
  font-size: 30px;
  padding-top: 124px;
  position: relative;
  width: 100%;
}
.floor_3_main .right h3 span {
  font-size: 50px;
  font-family: arial;
  color: #f0f0f0;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: -1;
  line-height: 50px;
}
.floor_3_main .right h5 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 55px;
  margin-bottom: 22px;
}
.floor_3_main .right p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 100px;
}
.floor_3_main .right a {
  display: block;
  border: 1px solid #666;
  color: #666;
  width: 134px;
  font-size: 16px;
  height: 38px;
  text-align: left;
  padding-left: 25px;
  background: #fff;
  line-height: 38px;
  transition: ease-in-out 0.2s;
  margin-top: 70px;
  border-radius: 20px;
  position: relative;
}
.floor_3_main .right a i {
  width: 26px;
  height: 26px;
  background-position: 0px -154px;
  top: 6px;
  right: 16px;
  position: absolute;
  animation: toright 2s infinite linear;
}
.floor_3_main .right a:hover {
  box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.floor_4_main {
  background: #fff url(../images/f4.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.floor_4_main .left {
  width: 42%;
}
.floor_4_main .left .box1 {
  width: 100%;
  float: left;
  border: 1px solid #eee;
  height: 491px;
  overflow: hidden;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.floor_4_main .left .box1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_4_main .left .box1 img {
  width: 100%;
  height: 301px;
  object-fit: cover;
  transition: ease-in-out .2s;
}
.floor_4_main .left .box1 h3 {
  font-size: 24px;
  margin-top: 26px;
  margin-bottom: 10px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 37px;
  color: #333;
}
.floor_4_main .left .box1 span {
  color: #737373;
  padding: 0 37px;
  display: block;
}
.floor_4_main .left .box1 span b {
  width: 30px;
  height: 30px;
  background: #00692b;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  transition: ease-in-out .2s;
  float: right;line-height:27px;
}
.floor_4_main .left .box1 p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 30px;
  padding: 0 37px;
  color: #333;
}
.floor_4_main .left .box1:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.floor_4_main .left .box1:hover img {
  transform: scale(1.07);
}
.floor_4_main .left .box2 {
  width: 44%;
  float: right;
}
.floor_4_main .left .box2 li {
  padding: 20px 38px 0 25px;
  border: 1px solid #f3f2f0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  height: 235px;
  transition: ease-in-out .2s;
  background: #fff;
}
.floor_4_main .left .box2 li:first-child {
  margin-bottom: 23px;
}
.floor_4_main .left .box2 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_4_main .left .box2 li .tit {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.floor_4_main .left .box2 li .tit .fl h3 {
  font-size: 41px;
  color: #666;
  font-weight: bold;
}
.floor_4_main .left .box2 li .tit .fl p {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.floor_4_main .left .box2 li .tit .fr i {
  width: 21px;
  height: 13px;
  background-position: 0 -231px;
  margin-top: 26px;
  transition: ease-in-out .2s;
}
.floor_4_main .left .box2 li .con h3 {
  font-size: 16px;
  padding-bottom: 10px;
  overflow: hidden;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.floor_4_main .left .box2 li .con p {
  font-size: 12px;
  color: #999;
  line-height: 19px;
  height: 38px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor_4_main .left .box2 li:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.floor_4_main .body .right {
  width: 55%;
  border: 1px solid #eee;
  height: 491px;
  overflow: hidden;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.floor_4_main .body_right ul {
  background: #fff;
  padding-top: 10px;
}
.floor_4_main .body_right li {
  border-bottom: 1px solid #ebebeb;
  margin: 29px 42px 20px 52px;
  position: relative;
  padding-bottom: 30px;
}
.floor_4_main .body_right li .fl h4 {
  font-size: 44px;
  font-family: arial;
  color: #666;
  font-weight: bold;
  line-height: 44px;
}
.floor_4_main .body_right li .fl p {
  font-family: arial;
  color: #666;
  font-weight: bold;
}
.floor_4_main .body_right li h3 {
  font-size: 24px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 60px;
  color: #000;
}
.floor_4_main .body_right li p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 40px;
  margin-right: 60px;
}
.floor_4_main .body_right li i {
  width: 7px;
  height: 15px;
  background-position: -76px -242px;
  position: absolute;
  right: 0px;
  top: 17px;
}
.floor_4_main .body_right li:last-child {
  border-bottom: none;
}
.floor_4_main .body_right li:hover {
  transition: ease-in-out .2s;
  transform: translateX(5px);
}
.floor_4_main .body_right li:hover h3 {
  color: #00692b;
}
.index_1_main {
  padding: 30px 0;
  position: relative;
}
.index_1_main .left {
  font-size: 18px;
}
.index_1_main .left i {
  width: 14px;
  height: 18px;
  background-position: 0 -332px;
  margin-right: 10px;
}
.index_1_main .left a {
  color: #666;
  border-left: 1px solid #ddd;
  height: 18px;
  line-height: 18px;
  margin-right: 14px;
  padding-left: 14px;
  display: inline-block;
}
.index_1_main .left a:hover {
  color: #1a9950;
}
.index_1_main .left a:nth-child(3) {
  border: none;
  margin-left: 30px;
}
.index_1_main .share-sub {
  position: absolute;
  right: 38px;
  top: 25px;
  width: 227px;
  height: 32px;
  overflow: hidden;
  border: 1px solid #64686d;
  background: #fff;
  border-radius: 16px;
  line-height: 32px;
  z-index: 10;
}
.index_1_main .share-sub .sub-btn {
  border: none;
  width: 60px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 8px;
  background-position: -50px -294px;
  transition: ease-in-out 0.2s;
  outline: none;
}
.index_1_main .share-sub .tex {
  width: 120px;
  font-size: 14px;
  height: 15px;
  line-height: 15px;
  padding: 10px 14px;
  color: #333;
  border: none;
  background: #fff;
  outline: none;
}
.index_2_main {
  background: url(../images/index_2.jpg) center top no-repeat;
  height: 200px;
}
.index_2_main li {
  width: 25%;
  float: left;
  height: 200px;
  color: #fff;
  background: linear-gradient(to right, #51a645, #088b3d);
}
.index_2_main li img {
  width: 100px;
  height: 100px;
  padding-top: 57px;
  padding-left: 20px;
  padding-bottom: 50px;
  float: left;
  margin-right: 19px;
}
.index_2_main li h3 {
  font-size: 26px;
  padding-top: 57px;
  margin-bottom:7px;
}
.index_2_main li p {
  font-size: 16px;
  padding-right: 30px;
  line-height: 24px;
}
.index_2_main li:nth-child(2n) {
  background: #1a9950;
}
.index_2_main li:hover img,
.index_2_main li:hover h3,
.index_2_main li:hover p {
  transform: translateY(-5px);
  transition: ease-in-out .2s;
}
.index_1 {
  width: 100%;
  height: 825px;
  overflow: hidden;
  background: url(../images/index_3.jpg) no-repeat right bottom;
}
.index_1_body {
  width: 100%;
  margin-top: 135px;
  display: inline-block;
  position: relative;
}
.index_1 .left_1 {
  float: left;
  width: 53%;
  position: relative;
}
.index_1 .left_1 i {
  display: block;
  width: 100%;
  background: url(../images/imgbg.png) no-repeat;
  height: 436px;
  border-radius: 0px;
  margin-top: 150px;
  margin-left: -15px;
}
.index_1 .left_1 b {
  display: block;
  width: 100%;
  background: url(../images/point.png) no-repeat;
  height: 154px;
  border-radius: 0px;
  margin-top: -620px;
  margin-left: -95px;
}
.index_1 .left_1 .img {
  width: 100%;
  max-width: 120%;
}
.index_1 .left_1 .img img {
  display: block;
  width: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  border-radius: 0px;
}
.index_1 .right_1 {
  float: right;
  width: 41%;
}
.index_1 .right_1 h3 {
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 54px;
  color: #333;
}
.index_1 .right_1 .txt h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #1a9950;
}
.index_1 .right_1 .txt p {
  font-size: 18px;
  line-height: 36px;
  margin: 40px 0 80px;
  color: #666;
}
.index_1 .right_1 .button {
  position: relative;
  display: block;
  width: 190px;
  line-height: 50px;
  height: 50px;
  text-align: left;
  border-radius: 24px;
  font-size: 18px;
  color: #999;
  margin-top: 4px;
  background-color: #fff;
  padding-left: 45px;
  box-sizing: border-box;
  margin-top: 50px;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.index_1 .right_1 .button:hover {
  margin-left: 5px;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.index_1 .right_1 .button a {
  color: #000;
}
.index_1 .right_1 .button:hover a {
  color:#1a9950;
}
.index_1 .right_1 .button i {
  width: 39px;
  height: 39px;
  background-position: 0px -154px;
  top: 4px;
  right: 7px;
  position: absolute;
  animation: toright 2s infinite linear;
}
.index_3 {
  width: 100%;
  height: 860px;
  background: url(../images/index3bg.jpg) no-repeat center center;
}
.index_3 .index_tit .left {
  color: #fff;
}
.index_3 .index_tit .left span {
  font-weight: 400;
  color: #fff;
}
.index_3_body .imglist {
  position: relative;
  transition: all ease 0.36s;
}
.index_3_body .imglist:hover {
  position: relative;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  transition: all ease 0.36s;
}
.index_3_body .imglist .img {
  width: 100%;
  height: 520px;
  overflow: hidden;
  transition: all ease 0.36s;
  display: block;
}
.index_3_body .imglist .img img {
  width: 100%;
}
.index_3_body .txt {
  height: 60px;
  color: #fff;
  background: linear-gradient(to right bottom, #1a9848, #67ad35);
  font-family: "Arial";
  line-height: 60px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.index_3_body .txt span {
  float: left;
  font-size: 18px;
  padding-left: 20px;
}
.index_3_body .txt b {
  float: right;
  font-weight: normal;
  font-size: 16px;
  padding-right: 40px;
}
.index_3_body .imglist:hover .txt a {
  font-size: 20px;
}
.index_3_left {
  width: 50%;
}
.index_3_right {
  width: 50%;
}
.index_3_right .item {
  width: 330px;
  height: 250px;
  float: left;
  margin: 0 0 20px 20px;
  position: relative;
  transition: all ease 0.36s;
}
.index_3_right .item:hover {
  box-shadow: 3px 5px 8px 5px rgba(0, 0, 0, 0.2);
}
.index_3_right .item img {
  width: 100%;
}
.index_3_right .item p {
  height: 45px;
  line-height: 45px;
  text-align: left;
  width: 100%;
  font-size: 18px;
  padding: 0 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_3_right .item:hover p {
  color: #1a9950;
}
.index_3_right .item:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}
.index_4 {
  padding-bottom: 100px;
}
.index_4 .body {
  overflow: hidden;
}
.index_4 .body li {
  float: left;
  width: 14%;
  color: #fff;
  height: 520px;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  transition: width ease-in-out .2s;
}
.index_4 .body li h3 {
  font-size: 26px;
  color: #fff;
  padding-top: 58px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.index_4 .body li .p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  height: 196px;
  overflow: hidden;
  opacity: 0;
}
.index_4 .body li .jia {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 43px;
  background: #ffb401;
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  border-radius: 100%;
  margin-top: 56px;
  opacity: 0;
}
.index_4 .body li a {
  position: relative;
  z-index: 11;
}
.index_4 .body li.on {
  width: 30%;
  padding: 0 40px;
}
.index_4 .body li.on .p {
  opacity: 1;
}
.index_4 .body li.on .jia {
  opacity: 1;
}
.index_4 .body li.on:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  z-index: 10;
}
.index_5_main {
  background: #f8f8f8;
  padding-bottom: 99px;
}
.index_5_main .body {
  position: relative;
}
.index_5_main .swiper-container {
  overflow: hidden;
  padding: 5px;
}
.index_5_main .swiper-slide .img {
  position: relative;
  padding-top: 59.25%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}
.index_5_main .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: ease-in-out .2s;
}
    .index_5_main .swiper-slide:hover .img {
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
    }
.index_5_main .swiper-button-next,
.index_5_main .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  left: -65px;
  display: flex;
  align-items: center;
  outline: none;
}
.index_5_main .swiper-button-next i,
.index_5_main .swiper-button-prev i {
  width: 7px;
  height: 13px;
  background-position: 0 -438px;
  display: block;
  margin: 0 auto;
}
.index_5_main .swiper-button-next {
  left: auto;
  right: -65px;
}
.index_5_main .swiper-button-next i {
  background-position: -9px -438px;
}
.index_5_main .swiper-button-next:hover,
.index_5_main .swiper-button-prev:hover {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1660px) {
  .header_main .webLogo img {
    height: 50px;
    padding-top: 40px;
  }
  .nav_main li .sub-box p a {
    border-bottom: 1px solid #ddd;
    line-height: 52px !important;
    height: 52px !important;
  }


  .floor_2_main {
    height: 843px;
  }
  .floor_2_main .con {
    padding-left: 190px;
  }
  .floor_2_main .swiper-slide .txt p {
    font-size: 14px;
  }
  .index_1 {
    height: 745px;
  }
  .index_1 .right_1 h3 {
    margin-top: 0;
  }
  .index_1 .right_1 .txt h4 {
    font-size: 25px;
  }
  .index_1 .right_1 .txt p {
    font-size: 17px;
    line-height: 34px;
  }
  .index_1 .left_1 i {
    margin-top: 75px;
  }
  .index_1 .left_1 b {
    margin-top: -550px;
  }
  .index_3 {
    height: 770px;
  }
  .index_3_left {
    width: 47%;
  }
  .index_3_body .imglist .img {
    width: 588px;
    height: 459px;
    overflow: hidden;
    display: block;
  }
  .index_3_body .txt {
    height: 50px;
    color: #fff;
    background-color: #c30011;
    font-family: "Arial";
    line-height: 50px;
    width: 104%;
    position: absolute;
    left: 1px;
    bottom: 18px;
    margin: 0;
    padding: 0;
  }
  .index_3_right .item {
    width: 280px;
    height: 210px;
    float: left;
    margin: 0 0 20px 20px;
    position: relative;
  }
  .index_3_right .item img {
    width: 100%;
  }
  .index_4 .body li h3 {
    font-size: 23px;
  }
  .index_4 .body li .p {
    font-size: 15px;
  }
  .floor_3_main .right h3 {
    padding-top: 100px;
  }
  .floor_3_main .right li {
    padding-right: 35px;
  }
  .floor_3_main .right p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 80px;
  }
  .floor_3_main .right li .t span {
    font-size: 18px;
  }
    .index_2_main li img{padding-left:25px;width:70px;height:70px;}
    .index_2_main li p {
        font-size: 14px;
        padding-right: 30px;
    }
   
}
/*# sourceMappingURL=index.css.map */
